home *** CD-ROM | disk | FTP | other *** search
- // EOControlAssociation
- // Enterprise Objects Framework
- //
- // Copyright 1993 NeXT Computer, Inc.
- // All Rights Reserved
-
- #ifdef SHLIB
- #import "shlib.h"
- #endif
-
- #import "EOAssociation.h"
-
- @class Window;
-
- @interface EOControlAssociation: EOAssociation
- {
- BOOL _didChange; // has the text changed since the last AsscocDidEdit?
- }
-
- // Target/action method for destination to send to
- - controlActed:sender;
- - (Window *)window;
-
- @end
-
- @interface EOActionCellAssociation : EOControlAssociation
- {
- }
- @end
-